FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / CreateModelAsync Method / CreateModelAsync(BatchHeader,String,String,Byte[],Property[]) Method

In This Topic
    CreateModelAsync(BatchHeader,String,String,Byte[],Property[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CreateModelAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Model As String, _
       ByVal Parent As String, _
       ByVal Definition() As Byte, _
       ByVal Properties() As Property _
    ) 
    public void CreateModelAsync( 
       BatchHeader BatchHeader,
       string Model,
       string Parent,
       byte[] Definition,
       Property[] Properties
    )

    Parameters

    BatchHeader
    Model
    Parent
    Definition
    Properties
    See Also